body {
    font-family: 'Poppins',sans-serif;
    margin: 0px;
    padding: 0;
    overflow-x: hidden;
}

a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

h5 {
    font-size: 12px;
    color: red;
    font-weight: bold;
    text-align: left;
}

a:hover {
	color: #EFCC90;
}

.bodyContainer {
    text-align: center;
}

.div1 {
    background-color: #AB8B5C;
    width: 100%;
    margin: 0px;
}

.div1-1 {
    background-color: #AB8B5C;
    margin-left: 7.5%;
    margin-right: 7.5%;
    display: flex;
}

.div1-2-left {
    background-color: #AB8B5C;
    margin: 0px;
    padding-top: 5px;
    padding-left: 0px;
    width: 40%;
    display: inline-block;
    float: left;
    text-align: left;
}

.div1-2-left a {
    list-style-type: none;
    text-align: left;
    color: white;
    margin: 0px;
    padding-left: 0;
    font-size: 24px;
    position: relative;
    background-color: #AB8B5C;
    font-weight: bold;
}

.div1-2-left a:hover {
    color: #EFCC90;
}

nav {
    width: 60%;
    background-color: #AB8B5C;
    display: inline-block;
    padding-right: 0px;
    padding-top: 20px;
    text-align: right;
}

.toggle {
    width: 100%;
    padding: 10px 0px;
    text-align: right;
    box-sizing: border-box;
    color: #FFF;
    font-size: 30px;
    display: none;
}

nav ul {
    width: 100%;
    margin: 0px auto;
    padding: 0;
    background-color: #AB8B5C;
}

nav ul li {
    list-style: none;
    display: inline-block;
    padding: 10px;
    text-align: right;
    font-size: 14px;
    background-color: #AB8B5C;
}

nav ul li:hover {
    color: #E91E63;
}

nav ul li a {
    color: #FFF;
    text-decoration: none;
}

.div2 {
    height:20px;
    background: #AB8B5C;
}

.divMain{
    margin-left: 7.5%;
    margin-right: 7.5%;
    margin-top: 20px;
}

.usTable {
    table-layout: fixed;
    border-collapse: collapse;
    text-align: center;
    float: right;
}

.usTable tbody{
    display: block;
    width: 100%;
    max-height: 400px;
}

.usTable thead tr {
    display: block;
}

.usTable th {
    border-collapse: collapse;
    background-color: #242F3E;
    color: #EFCC90;
    text-align: center;
    font-size: 20px;
    width: 65em;
}

.usTable td {
    width: 22em;
}

.summaryHeader {
    font-size: 14px;
    font-weight: 600;
}

.summaryData {
    font-size: 30px;
    font-weight: 600;
}

.active {
    background-color: black;
    color: white;
    text-align: center;
}

.table_plus_twitter {
    width: 100%;
    margin: 0%;
    display: flex;
}

.state_table {
    width: 100%;
    margin: 0px;
    display: flex;
}

.chart {
    width: 100%;
    margin: 0px;
    display: flex;
}

.state_daily_table {
    width: 100%;
    margin: 0px;
    display: flex;
}

.twitter_feed {
    width: 25%;
    margin: 0%;
    display: flex;
    height: 500px;
    overflow: auto;
}

.twitter-timeline {
    height: 500px;
}

#map {
    height: 500px;
}

.mapMarker {
    width: 290px;
    margin: 0;
}

.mapMarker h3 {
    color: #AB8B5C;
    padding: 0px;
    margin: 0;
}

.mapMarker h5 {
    color: #242F3E;
    padding: 0px;
    margin: 0;
}

.legend {
    display: grid;
    padding: 10px 0;
    grid-template-columns: 20px 70px 50px 45px 45px;
    align-items: center;
    column-gap: 15px;
    font-size: 10px;
    line-height: 20px;
    width: 290px;
}

.description {
    text-align: left;
}

.country .legend {
    padding-top: 12px;
}

.region.tab .legend {
    padding-bottom: 0;
}

.legend .color {
    width: 8px;
    height: 8px;
    border-radius: 8px;
}

.legend .mapHeaders {
    color: black;
    text-align: center;
    font-size: 8px;
}

.legend .total {
    color: #767676;
    text-align: right;
}

.legend .rank {
    color: #767676;
    text-align: center;
}

.div4 {
    text-align: center;
    border-bottom: 2px solid #242F3E;
    margin-top: 25px;
    margin-bottom: 25px;
}

.usData {
    margin: 0%;
    display: flex;
}

.chart {
    margin: 0px;
    display: flex;
}

.state_daily_table {
    margin: 0px;
    display: flex;
}

.table2 {
    table-layout: fixed;
    border-collapse: collapse;
}

.table2 tbody{
    display: block;
    width: 100%;
    overflow: auto;
    max-height: 400px;
    min-height: 200px;
}

.table2 thead tr {
    display: block;
}

.table2 th, .table2 td {
    width: 200px;
}

.twitterTable {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

.twitterTable tbody {
    display: block;
    overflow: auto;
}

.dailyheader {
    background-color: #AB8B5C;
    border-bottom: 1px solid black;
    font-size: 12px;
    font-weight: 600;
    color: white;
}

.dailydate {
    font-size: 11px;
    text-align: center;
    border-bottom: 1px solid lightgray;
}

.dailydata {
    font-size: 11px;
    text-align: right;
    border-bottom: 1px solid lightgray;
    padding-right: 25px;
}

.tablerow1 {
    width: 100%;
    height: 500px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    overflow-y: hidden;
}

.statelistheader {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid black;
    background-color: #AB8B5C;
    word-wrap: normal;
    color: white;
    text-align: center;
}

.stateliststate {
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid lightgray;
    color: #AB8B5C;
    width: 40%;
}

.staterow {
    border: 1px solid lightgray;
}

.statelistdata {
    font-size: 12px;
    border: 1px solid lightgray;
    margin: 0px;
    text-align: right;
}

.footerMobile {
    background-color: #AB8B5C;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.footerMobileDiv {
    margin-left: 7.5%;
    overflow: hidden;
    text-align: left;
}

.footer {
    margin-right: 0;
    background-color: #AB8B5C;
    width: 100%;
    display: flex;
    font-weight: bold;
}

.footerDiv1 {
    margin-left: 7.5%;
    width: 25%;
    padding-left: 20px;
    line-height: 95px;;
}

.footerDiv1 h3 {
    font-size: 14px;
    padding-top: 15px;
}

.footerLink {
    color: #EFCC90;
    font-weight: 600;
}

.footerLink a:hover {
    color: white;
    font-weight: 600;
}

.footerDiv2 {
    width: 33%;
    margin-left: 7.5%;
}

.footerDiv2 h4 {
    font-size: 12px;
    padding-left: 35px;
    text-align: left;
}

.footerDiv3 {
    width: 33%;
    padding-left: 20px;
    color: #EFCC90;
}

.footerDiv3 h4 {
    font-size: 12px;
    padding-left: 35px;
    text-align: left;
}

.footerDiv4 {
    margin-right: 7.5%;
    width: 33%;
    padding-left: 20px;
    color: #EFCC90;
}

.footerDiv4 h4 {
    font-size: 12px;
    padding-left: 35px;
    text-align: left;
}

/*MEDIA QUERY*/
@media only screen and (max-width : 1200px) {
    #logo {
        font-size: 22px;
        margin-top: 32.5px;
    }

    .menuButtonLeft {
        width: 50%;
        text-align: left;
        display: inline-block;
        background-color: #AB8B5C;
    }

    .menuButtonRight {
        width: 50%;
        text-align: center;
        display: inline-block;
        background-color: #AB8B5C;
    }
}

@media only screen and (max-width : 1050px) {
    .toggle {
        display: block;
    }

    nav {
        padding-top: 10px;
    }

    ul {
        width: 100%;
        background-color: #242F3E;
        display: none;
    }

    nav ul li {
        display: block;
        text-align: left;
        font-size: 14px;
        background-color: #242F3E;
    }

    .active {
        display: block;
    }

    .div1-2-left {
        background-color: #AB8B5C;
        margin: 0px;
        padding-top: 5px;
        width: 50%;
        display: inline-block;
        float: left;
    }

    .div1-2-left a {
        list-style-type: none;
        text-align: left;
        color: white;
        padding: 0px;
        font-size: 18px;
        position: relative;
    }

    a:hover {
        color: #EFCC90;
    }

    .submenuContainer {
        text-align: center;
        display: inline-block;
        background-color: #AB8B5C;
    }

    .menuButton1-1 {
        padding: 20px;
        margin-top: 30px;
    }

    .menuButton1-2 {
        padding: 20px;
        margin-top: 30px;
    }

    .menuButton2 {
        width: 110px;
        height: 55px;
    }

    .summaryHeader {
        font-size: 12px;
        font-weight: 600;
    }

    .summaryData {
        font-size: 24px;
        font-weight: 600;
    }

    .footerMobile {
        background-color: #AB8B5C;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .footerMobileDiv {
        margin-left: 7.5%;
        overflow: hidden;
    }

    .footer {
        margin-right: 0;
        background-color: #AB8B5C;
        width: 100%;
        display: flex;
        font-weight: bold;
    }

    .footerDiv1 {
        margin-left: 7.5%;
        width: 25%;
        padding-left: 20px;
        line-height: 95px;
        color: white;
    }

    .footerDiv1 h3 {
        font-size: 14px;
        padding-top: 15px;
    }

    .footerDiv2 {
        width: 33%;
        color: white;
        margin-left: 7.5%;
    }

    .footerDiv2 h4 {
        font-size: 12px;
        color: white;
    }

    .footerDiv3 {
        width: 33%;
        padding-left: 20px;
        color: #EFCC90;
    }

    .footerDiv3 h4 {
        padding-top: 0px;
        font-size: 12px;
    }

    .footerDiv4 {
        margin-right: 7.5%;
        width: 33%;
        padding-left: 20px;
        color: #EFCC90;
    }

    .footerDiv4 h4 {
        font-size: 12px;
    }
}

@media only screen and (max-width : 800px) {
    .menuButton1-1 {
        padding: 10px;
        margin-top: 65px;
    }

    .menuButton1-2 {
        padding: 10px;
        margin-top: 65px;
    }

    .menuButton2 {
        width: 100px;
        height: 50px;
        background-color: #242F3E;
        border: solid #EFCC90 1px
    }

    .footerMobile {
        background-color: #AB8B5C;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .footerMobileDiv {
        margin-left: 7.5%;
        overflow: hidden;
    }

    .footer {
        margin-right: 0;
        background-color: #AB8B5C;
        width: 100%;
        display: flex;
        font-weight: bold;
    }

    .footerDiv1 {
        margin-left: 7.5%;
        width: 25%;
        padding-left: 20px;
        line-height: 95px;
        color: white;
    }

    .footerDiv1 h3 {
        font-size: 14px;
        padding-top: 15px;
    }

    .footerDiv2 {
        width: 33%;
        color: white;
        margin-left: 7.5%;
    }

    .footerDiv2 h4 {
        font-size: 12px;
        color: white;
    }

    .footerDiv3 {
        width: 33%;
        padding-left: 20px;
        color: #EFCC90;
    }

    .footerDiv3 h4 {
        font-size: 12px;
    }

    .footerDiv4 {
        margin-right: 7.5%;
        width: 33%;
        padding-left: 20px;
        color: #EFCC90;
    }

    .footerDiv4 h4 {
        font-size: 12px;
    }
}


@media only screen and (max-width : 640px) {
    .div1-2-left {
        background-color: #AB8B5C;
        margin: 0px;
        padding: 0px;
        width: 50%;
        display: inline-block;
        float: left;
    }

    .div1-2-left a {
        list-style-type: none;
        text-align: left;
        color: white;
        padding: 0px;
        font-size: 12px;
        position: relative;
        background-color: #AB8B5C;
    }

    .submenuContainer {
        text-align: center;
        display: inline-block;
        background-color: #AB8B5C;
    }

    .menuButton1-1 {
        padding: 15px;
        margin-top: 5px;
    }

    .menuButton1-2 {
        padding: 15px;
        margin-top: 0px;
    }

    .menuButton2 {
        width: 100px;
        height: 50px;
        background-color: #242F3E;
        border: solid #EFCC90 1px
    }

    .submenuText {
        font-size: 16px;
        color: white;
        padding-right: 5px;
    }

    .footerMobile {
        background-color: #AB8B5C;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .footerMobileDiv {
        margin-left: 7.5%;
        overflow: hidden;
    }

    .footer {
        margin-right: 0;
        background-color: #AB8B5C;
        width: 100%;
        display: flex;
        font-weight: bold;
    }

    .footerDiv1 {
        margin-left: 7.5%;
        width: 25%;
        padding-left: 20px;
        line-height: 95px;
        color: white;
    }

    .footerDiv1 h3 {
        font-size: 14px;
        padding-top: 15px;
    }

    .footerDiv2 {
        width: 33%;
        color: white;
        margin-left: 7.5%;
    }

    .footerDiv2 h4 {
        font-size: 12px;
        color: white;
    }

    .footerDiv3 {
        width: 33%;
        padding-left: 20px;
        color: #EFCC90;
    }

    .footerDiv3 h4 {
        font-size: 12px;
    }

    .footerDiv4 {
        margin-right: 7.5%;
        width: 33%;
        padding-left: 20px;
        color: #EFCC90;
    }

    .footerDiv4 h4 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .div1-2-left {
        background-color: #AB8B5C;
        margin: 0px;
        padding: 0px;
        height: 100px;
        width: 60%;
        display: inline-block;
        float: left;
    }

    .div1-2-left li {
        list-style-type: none;
        text-align: left;
        color: white;
        line-height: 40px;
        margin-left: -7.5%;
        padding: 0px;
        font-size: 18px;
        position: relative;
    }

    .submenuContainer {
        text-align: center;
        display: inline-block;
        background-color: #AB8B5C;
    }

    .menuButton1-1 {
        padding: 15px;
    }

    .menuButton1-2 {
        padding: 15px;
    }

    .menuButton2 {
        width: 80px;
        height: 40px;
        background-color: #242F3E;
        border: solid #EFCC90 1px
    }

    .submenuText {
        font-size: 14px;
        color: white;
        padding-right: 5px;
    }

    .globalData {
        margin: 0%;
        flex-wrap: wrap;
    }

    .usData {
        margin: 0%;
        flex-wrap: wrap-reverse;
    }

    .chart {
        margin: 0px;
        padding-right: 10px;
        flex-wrap: wrap;
    }

    .state_daily_table {
        margin: 0px;
        flex-wrap: wrap;
    }

    .footerMobile {
        width: 100%;
        background-color: #AB8B5C;
        display: block;
        margin-bottom: 0px;
        height: 50px;
    }

    .footerMobile {
        background-color: #AB8B5C;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .footerMobileDiv {
        margin-left: 7.5%;
        overflow: hidden;
    }

    .footer {
        margin-right: 0;
        background-color: #AB8B5C;
        width: 100%;
        display: flex;
        font-weight: bold;
    }

    .footerDiv1 {
        margin-left: 7.5%;
        width: 25%;
        padding-left: 20px;
        line-height: 95px;
        color: white;
    }

    .footerDiv1 h3 {
        font-size: 14px;
        padding-top: 15px;
    }

    .footerDiv2 {
        width: 33%;
        color: white;
        margin-left: 7.5%;
    }

    .footerDiv2 h4 {
        font-size: 12px;
        color: white;
    }

    .footerDiv3 {
        width: 33%;
        padding-left: 20px;
        color: #EFCC90;
    }

    .footerDiv3 h4 {
        font-size: 12px;
    }

    .footerDiv4 {
        margin-right: 7.5%;
        width: 33%;
        padding-left: 20px;
        color: #EFCC90;
    }

    .footerDiv4 h4 {
        font-size: 12px;
    }
}
